From: Juanma Barranquero Date: Sat, 19 Jan 2008 15:24:59 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~738 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c041e2d1a31cd24b54651d1b9a993d26a0c4a021;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 034315cf7cc..1ec2ad7aa85 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,12 +1,10 @@ 2008-01-19 Kenichi Handa - * coding.c (detect_coding_iso2022): New arg - latin_extra_code_state. Allow Latin extra codes only - when *latin_extra_code_state is nonzero. + * coding.c (detect_coding_iso2022): New arg latin_extra_code_state. + Allow Latin extra codes only when *latin_extra_code_state is nonzero. (detect_coding_mask): If there is a NULL byte, detect the encoding - as UTF-16 or binary. If Latin extra codes exist, detect the - encoding as ISO-2022 only when there's no other proper encoding is - found. + as UTF-16 or binary. If Latin extra codes exist, detect the encoding + as ISO-2022 only when no other proper encoding is found. 2008-01-17 Jason Rumney @@ -14,7 +12,7 @@ * w32term.c (w32_read_socket) : Decode characters outside the unicode range available in MULE by locale-coding-system. - Improve dbcs lead byte detection. Set event timestamp and modifiers + Improve dbcs lead byte detection. Set event timestamp and modifiers earlier. 2008-01-17 Glenn Morris